home *** CD-ROM | disk | FTP | other *** search
/ Cool Screensavers (Professional Edition) / Cool Screen Savers (Professional Edition).iso / animated screensaver / fire.exe / install.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2001-06-11  |  1KB  |  55 lines

  1. object MainForm: TMainForm
  2.   Left = 1
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'DelphiX Sample'
  7.   ClientHeight = 54
  8.   ClientWidth = 107
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object DXDraw: TDXDraw
  22.     Left = 0
  23.     Top = 0
  24.     Width = 107
  25.     Height = 54
  26.     AutoInitialize = True
  27.     AutoSize = True
  28.     Color = clBtnFace
  29.     Display.BitCount = 32
  30.     Display.FixedBitCount = False
  31.     Display.FixedRatio = True
  32.     Display.FixedSize = False
  33.     Options = [doAllowReboot, doWaitVBlank, doCenter, doFlip]
  34.     SurfaceHeight = 54
  35.     SurfaceWidth = 107
  36.     OnFinalize = DXDrawFinalize
  37.     OnInitialize = DXDrawInitialize
  38.     Align = alClient
  39.     TabOrder = 0
  40.     OnMouseMove = DXDrawMouseMove
  41.   end
  42.   object DXTimer: TDXTimer
  43.     ActiveOnly = True
  44.     Enabled = False
  45.     Interval = 100
  46.     OnTimer = DXTimerTimer
  47.   end
  48.   object DXSound: TDXSound
  49.     AutoInitialize = True
  50.     Options = []
  51.     Left = 184
  52.     Top = 32
  53.   end
  54. end
  55.